home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 329 / readme.doc < prev    next >
Encoding:
Text File  |  1988-11-17  |  2.3 KB  |  46 lines

  1. ST Xformer Source Code README file
  2. ----------------------------------
  3. October 29, 1988 by Darek Mihocka
  4.  
  5. The ARC file from which this README file came from contains about 28
  6. files, which make up the source code and object code required to build
  7. ST Xformer II version 2.1 Actually, it's roughly 2.11 but I didn't save
  8. the source code. Laser C is required.
  9.  
  10. All 12 object files are included, and most of the source files. I did
  11. not include irrelevant sources, like the Atari ROMs, the sources to the
  12. Unispec and other demos (contains some secret code I do not want to get
  13. out), the ATARIG.C file, or the resource files. Since the object files
  14. are included, it does not prevent you from linking the files.
  15.  
  16. 4 files will be of interest: X6502.C, XATARI.C, XAPPLE.C, XC64.C.
  17. These files contain the 6502 interpreter, Atari 8 bit hardware emulation,
  18. Apple hardware emulation, and Commodore 64 hardware emulation routines.
  19. Note that I could not include the files APPLSOFT.STX and C64.STX, since
  20. these files are copyrighted by you know who. Those of you serious on
  21. working on those 2 emulators will have no problems generating the files,
  22. since they are simply dumps of the ROMs of those 2 machines. Look at the
  23. source code for the exact format.
  24.  
  25. The source code is commented in some places (he he), and since I used
  26. Microsoft's "Hungarian" naming convention, which makes code more readable,
  27. it should be fairly straightforward to follow. Refer to ST LOG for my
  28. articles on the Xformer. The issues of interest are: Sep 87, April 88, and
  29. December 88.
  30.  
  31. This is obviously not the latest source code, since version 2.2 was
  32. released a month ago. For the purposes of Apple and C64 emulation, and
  33. studying the 6502 interpreter, the updated sources are not required.
  34. The new sources also contain code for the drive interface cable and 130XE
  35. emulation, and also have much faster 8 bit graphics emulation routines.
  36. This code was not released so that I can stay a step ahead of this released
  37. source code and ensure that I'm not slitting my throat.
  38.  
  39. Also released today is the source code to my original Apple emulator which
  40. had better graphics support that this one. It should be in the same place
  41. you got this ARC file from.
  42.  
  43. Anyone with any questions can reach me at the usual places.
  44.  
  45. - Darek
  46.